raar
Class SBMServer

java.lang.Object
  extended by raar.SBMServer
All Implemented Interfaces:
java.io.Serializable, RAExternalAgentProtocol

public class SBMServer
extends java.lang.Object
implements RAExternalAgentProtocol

The server program for external agents. Here, users load the actual agent implementations, that are controlled using a socket connection to SB-MASE.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface raar.external.RAExternalAgentProtocol
RAExternalAgentProtocol.ERROR, RAExternalAgentProtocol.PANIC
 
Field Summary
 
Fields inherited from interface raar.external.RAExternalAgentProtocol
AGENT_GO, CONNECT_AGENT, DISCONNECT_AGENT, GET_SENSORS, OK, SHUTDOWN_SERVER
 
Method Summary
static void main(java.lang.String[] args)
          Run the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Run the server.